From 8a331049f526d42e251aa54d9cd87b67677bd778 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 20 Feb 2009 06:08:57 +0000 Subject: [PATCH] (Fskip_chars_forward): Fix doc typo. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index f50649e41e9..494bd16f8c0 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1353,7 +1353,7 @@ DEFUN ("skip-chars-forward", Fskip_chars_forward, Sskip_chars_forward, 1, 2, 0, doc: /* Move point forward, stopping before a char not in STRING, or at pos LIM. STRING is like the inside of a `[...]' in a regular expression except that `]' is never special and `\\' quotes `^', `-' or `\\' - (but not as the end of a range; quoting is never needed there). + (but not at the end of a range; quoting is never needed there). Thus, with arg "a-zA-Z", this skips letters stopping before first nonletter. With arg "^a-zA-Z", skips nonletters stopping before first letter. Char classes, e.g. `[:alpha:]', are supported. -- 2.30.2